Collection::MakeIterator
Section: ET++ method description (n)
Updated: automatically Fri Mar 1 10:57:30 1991
Index
Return to Main Contents
NAME
Collection::MakeIterator - instance method
TEMPLATE
anIterator = Iterator *
MakeIterator()
SPECIFIERS
public
abstract
virtual
DESCRIPTION
Returns an newly created iterator enumerating all elements of the
receiver.
A collection never deletes iterators that are active on it. The client
code is responsible for the deletion.
See also class Iter and Collection::~Collection.
Method is always overridden.
ARGUMENTS
none
RETURN ARGUMENT
- Iterator * anIterator
-
CATEGORIES
iteration, overrider interface, implementation
FIRST DEFINITION
class Collection
FILES
- implementation:
-
Collection.C
Index
- NAME
-
- TEMPLATE
-
- SPECIFIERS
-
- DESCRIPTION
-
- ARGUMENTS
-
- RETURN ARGUMENT
-
- CATEGORIES
-
- FIRST DEFINITION
-
- FILES
-
This document was created by
man2html,
using the manual pages.
Time: 00:40:30 GMT, March 30, 2022